.table-no-border tbody tr td {
	border-top: 0px solid #ddd;
}
.body{
	font-size:12px;
}
#footer a {
	color: #7e7e7e;
	padding: 1px;
	font-size:14px;
	text-decoration: none;
}
a, a:hover{
	text-decoration: none;
}
#footer a:hover{
	color: #428bca;
}


.baiduMap {
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin: 0;
	font-family: "微软雅黑";
	margin-bottom: 10px;
}

.input-icon i {
	margin-top: 12px;
}

.input-icon {
	position: relative;
}

.input-icon input {
	padding-left: 33px !important;
	color: #999999;
}

.input-icon i {
	color: #999999;
	display: block;
	position: absolute;
	margin: 10px 2px 4px 10px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	text-align: center;
}

.input-icon.right input {
	padding-left: 12px !important;
	padding-right: 33px !important;
}

.input-icon.right i {
	right: 8px;
	float: right;
}

.btn {
	outline: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.btn.btn-square {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.btn-outlined {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-outlined.btn-default {
	background: none;
	border: 1px solid #777777;
	color: #777777;
}

.btn-outlined.btn-primary {
	background: none;
	border: 1px solid #e74c3c;
	color: #e74c3c;
}

.btn-outlined.btn-success {
	background: none;
	border: 1px solid #5cb85c;
	color: #5cb85c;
}

.btn-outlined.btn-warning {
	background: none;
	border: 1px solid #f0ad4e;
	color: #f0ad4e;
}

.btn-outlined.btn-info {
	background: none;
	border: 1px solid #5bc0de;
	color: #5bc0de;
}

.btn-outlined.btn-danger {
	background: none;
	border: 1px solid #d9534f;
	color: #d9534f;
}

.btn-outlined.btn-red {
	background: none;
	border: 1px solid #bf4346;
	color: #bf4346;
}

.btn-outlined.btn-orange {
	background: none;
	border: 1px solid #e9662c;
	color: #e9662c;
}

.btn-outlined.btn-green {
	background: none;
	border: 1px solid #488c6c;
	color: #488c6c;
}

.btn-outlined.btn-yellow {
	background: none;
	border: 1px solid #f2994b;
	color: #f2994b;
}

.btn-outlined.btn-blue {
	background: none;
	border: 1px solid #0a819c;
	color: #0a819c;
}

.btn-outlined.btn-pink {
	background: none;
	border: 1px solid #bf3773;
	color: #bf3773;
}

.btn-outlined.btn-violet {
	background: none;
	border: 1px solid #9351ad;
	color: #9351ad;
}

.btn-outlined.btn-grey {
	background: none;
	border: 1px solid #4b5d67;
	color: #4b5d67;
}

.btn-outlined.btn-dark {
	background: none;
	border: 1px solid #594857;
	color: #594857;
}

.btn-default {
	color: #777777;
	background-color: #efefef;
	border-color: #e5e5e5;
}

.btn-default:hover, .btn-default:focus, .btn-default:active,
	.btn-default.active, .open .dropdown-toggle.btn-default {
	color: #777777;
	background-color: #dbdbdb;
	border-color: #c6c6c6;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default
	{
	background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default,
	.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover,
	.btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus,
	.btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active,
	.btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active
	{
	background-color: #efefef;
	border-color: #e5e5e5;
}

.btn-primary {
	color: #ffffff;
	background-color: #2a98da;
	border-color: #2a98da;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #df2e1b;
	border-color: #c42818;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary
	{
	background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
	.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active,
	.btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active
	{
	background-color: #e74c3c;
	border-color: #e64433;
}

.btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #55b555;
}

.btn-success:hover, .btn-success:focus, .btn-success:active,
	.btn-success.active, .open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #47a447;
	border-color: #3e8f3e;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success
	{
	background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success,
	.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover,
	.btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus,
	.btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active,
	.btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active
	{
	background-color: #5cb85c;
	border-color: #55b555;
}

.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #53bddc;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
	.open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #1695BA;
	border-color: #28a4c9;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info,
	.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover,
	.btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus,
	.btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active,
	.btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active
	{
	background-color: #5bc0de;
	border-color: #53bddc;
}

.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #efa945;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active,
	.btn-warning.active, .open .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ed9c28;
	border-color: #e38d13;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning
	{
	background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning,
	.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover,
	.btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus,
	.btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active,
	.btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active
	{
	background-color: #f0ad4e;
	border-color: #efa945;
}

.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d74b47;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
	.open .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #d2322d;
	border-color: #b92c28;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger
	{
	background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger,
	.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover,
	.btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus,
	.btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active,
	.btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active
	{
	background-color: #d9534f;
	border-color: #d74b47;
}

.btn-red {
	color: #ffffff;
	background-color: #bf4346;
	border-color: #b93f42;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red
	{
	color: #ffffff;
	background-color: #a2373a;
	border-color: #8b2f32;
}

.btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red {
	background-image: none;
}

.btn-red.disabled, .btn-red[disabled], fieldset[disabled] .btn-red,
	.btn-red.disabled:hover, .btn-red[disabled]:hover, fieldset[disabled] .btn-red:hover,
	.btn-red.disabled:focus, .btn-red[disabled]:focus, fieldset[disabled] .btn-red:focus,
	.btn-red.disabled:active, .btn-red[disabled]:active, fieldset[disabled] .btn-red:active,
	.btn-red.disabled.active, .btn-red[disabled].active, fieldset[disabled] .btn-red.active
	{
	background-color: #bf4346;
	border-color: #b93f42;
}

.btn-orange {
	color: #ffffff;
	background-color: #e9662c;
	border-color: #e85f23;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active,
	.open .dropdown-toggle.btn-orange {
	color: #ffffff;
	background-color: #d65116;
	border-color: #ba4713;
}

.btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange
	{
	background-image: none;
}

.btn-orange.disabled, .btn-orange[disabled], fieldset[disabled] .btn-orange,
	.btn-orange.disabled:hover, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange:hover,
	.btn-orange.disabled:focus, .btn-orange[disabled]:focus, fieldset[disabled] .btn-orange:focus,
	.btn-orange.disabled:active, .btn-orange[disabled]:active, fieldset[disabled] .btn-orange:active,
	.btn-orange.disabled.active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange.active
	{
	background-color: #e9662c;
	border-color: #e85f23;
}

.btn-green {
	color: #ffffff;
	background-color: #488c6c;
	border-color: #458567;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active,
	.open .dropdown-toggle.btn-green {
	color: #ffffff;
	background-color: #3a7157;
	border-color: #305d48;
}

.btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
	background-image: none;
}

.btn-green.disabled, .btn-green[disabled], fieldset[disabled] .btn-green,
	.btn-green.disabled:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover,
	.btn-green.disabled:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus,
	.btn-green.disabled:active, .btn-green[disabled]:active, fieldset[disabled] .btn-green:active,
	.btn-green.disabled.active, .btn-green[disabled].active, fieldset[disabled] .btn-green.active
	{
	background-color: #488c6c;
	border-color: #458567;
}

.btn-yellow {
	color: #ffffff;
	background-color: #f2994b;
	border-color: #f19441;
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active,
	.open .dropdown-toggle.btn-yellow {
	color: #ffffff;
	background-color: #ef8325;
	border-color: #e57411;
}

.btn-yellow:active, .btn-yellow.active, .open .dropdown-toggle.btn-yellow
	{
	background-image: none;
}

.btn-yellow.disabled, .btn-yellow[disabled], fieldset[disabled] .btn-yellow,
	.btn-yellow.disabled:hover, .btn-yellow[disabled]:hover, fieldset[disabled] .btn-yellow:hover,
	.btn-yellow.disabled:focus, .btn-yellow[disabled]:focus, fieldset[disabled] .btn-yellow:focus,
	.btn-yellow.disabled:active, .btn-yellow[disabled]:active, fieldset[disabled] .btn-yellow:active,
	.btn-yellow.disabled.active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow.active
	{
	background-color: #f2994b;
	border-color: #f19441;
}

.btn-blue {
	color: #ffffff;
	background-color: #0a819c;
	border-color: #097992;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active,
	.open .dropdown-toggle.btn-blue {
	color: #ffffff;
	background-color: #086176;
	border-color: #064a59;
}

.btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
	background-image: none;
}

.btn-blue.disabled, .btn-blue[disabled], fieldset[disabled] .btn-blue,
	.btn-blue.disabled:hover, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue:hover,
	.btn-blue.disabled:focus, .btn-blue[disabled]:focus, fieldset[disabled] .btn-blue:focus,
	.btn-blue.disabled:active, .btn-blue[disabled]:active, fieldset[disabled] .btn-blue:active,
	.btn-blue.disabled.active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue.active
	{
	background-color: #0a819c;
	border-color: #097992;
}

.btn-violet {
	color: #ffffff;
	background-color: #9351ad;
	border-color: #8d4ea6;
}

.btn-violet:hover, .btn-violet:focus, .btn-violet:active, .btn-violet.active,
	.open .dropdown-toggle.btn-violet {
	color: #ffffff;
	background-color: #7b4491;
	border-color: #6a3a7c;
}

.btn-violet:active, .btn-violet.active, .open .dropdown-toggle.btn-violet
	{
	background-image: none;
}

.btn-violet.disabled, .btn-violet[disabled], fieldset[disabled] .btn-violet,
	.btn-violet.disabled:hover, .btn-violet[disabled]:hover, fieldset[disabled] .btn-violet:hover,
	.btn-violet.disabled:focus, .btn-violet[disabled]:focus, fieldset[disabled] .btn-violet:focus,
	.btn-violet.disabled:active, .btn-violet[disabled]:active, fieldset[disabled] .btn-violet:active,
	.btn-violet.disabled.active, .btn-violet[disabled].active, fieldset[disabled] .btn-violet.active
	{
	background-color: #9351ad;
	border-color: #8d4ea6;
}

.btn-pink {
	color: #ffffff;
	background-color: #bf3773;
	border-color: #b7356e;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active,
	.open .dropdown-toggle.btn-pink {
	color: #ffffff;
	background-color: #9f2e60;
	border-color: #882752;
}

.btn-pink:active, .btn-pink.active, .open .dropdown-toggle.btn-pink {
	background-image: none;
}

.btn-pink.disabled, .btn-pink[disabled], fieldset[disabled] .btn-pink,
	.btn-pink.disabled:hover, .btn-pink[disabled]:hover, fieldset[disabled] .btn-pink:hover,
	.btn-pink.disabled:focus, .btn-pink[disabled]:focus, fieldset[disabled] .btn-pink:focus,
	.btn-pink.disabled:active, .btn-pink[disabled]:active, fieldset[disabled] .btn-pink:active,
	.btn-pink.disabled.active, .btn-pink[disabled].active, fieldset[disabled] .btn-pink.active
	{
	background-color: #bf3773;
	border-color: #b7356e;
}

.btn-grey {
	color: #ffffff;
	background-color: #4b5d67;
	border-color: #475861;
}

.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active,
	.open .dropdown-toggle.btn-grey {
	color: #ffffff;
	background-color: #3a484f;
	border-color: #2d383e;
}

.btn-grey:active, .btn-grey.active, .open .dropdown-toggle.btn-grey {
	background-image: none;
}

.btn-grey.disabled, .btn-grey[disabled], fieldset[disabled] .btn-grey,
	.btn-grey.disabled:hover, .btn-grey[disabled]:hover, fieldset[disabled] .btn-grey:hover,
	.btn-grey.disabled:focus, .btn-grey[disabled]:focus, fieldset[disabled] .btn-grey:focus,
	.btn-grey.disabled:active, .btn-grey[disabled]:active, fieldset[disabled] .btn-grey:active,
	.btn-grey.disabled.active, .btn-grey[disabled].active, fieldset[disabled] .btn-grey.active
	{
	background-color: #4b5d67;
	border-color: #475861;
}

.btn-dark {
	color: #ffffff;
	background-color: #594857;
	border-color: #534351;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active,
	.open .dropdown-toggle.btn-dark {
	color: #ffffff;
	background-color: #423641;
	border-color: #322830;
}

.btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
	background-image: none;
}

.btn-dark.disabled, .btn-dark[disabled], fieldset[disabled] .btn-dark,
	.btn-dark.disabled:hover, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark:hover,
	.btn-dark.disabled:focus, .btn-dark[disabled]:focus, fieldset[disabled] .btn-dark:focus,
	.btn-dark.disabled:active, .btn-dark[disabled]:active, fieldset[disabled] .btn-dark:active,
	.btn-dark.disabled.active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark.active
	{
	background-color: #594857;
	border-color: #534351;
}

.btn-white {
	color: #777777;
	background-color: #ffffff;
	border-color: #e5e5e5;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active,
	.open .dropdown-toggle.btn-white {
	color: #777777;
	background-color: #ebebeb;
	border-color: #c6c6c6;
}

.btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
	background-image: none;
}

.btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white,
	.btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover,
	.btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus,
	.btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active,
	.btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active
	{
	background-color: #ffffff;
	border-color: #e5e5e5;
}

.btn-group>.btn:first-child:not (:last-child ):not (.dropdown-toggle ) {
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.btn-group>.btn:not (:first-child ):not (:last-child ):not (.dropdown-toggle
	) {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.btn-group>.btn:last-child:not (:first-child ), .btn-group>.dropdown-toggle:not
	(:first-child ) {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle
	{
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.btn-group-vertical>.btn:first-child:not (:last-child ) {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.btn-group-vertical>.btn:not (:first-child ):not (:last-child ) {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.btn-group-vertical>.btn:last-child:not (:first-child ) {
	border-bottom-left-radius: 0px !important;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

/* 资讯详情样式 */
#InfoCon .tit {
	text-align: center;
	font-family: "微软雅黑";
	font-size: 16px;
}

#InfoCon .time {
	text-align: center;
	font-size: 14px;
}

._dropdown a {
	text-decoration: none;
	position: relative;
	display: block;
	color: white;
	background: #2a98da;
	/*
  -moz-box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
  -webkit-box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
  box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  */
	padding: 10px;
	background: #9dd1ea;
	font-family: 微软雅黑;
	font-weight: 700;
	color: #000;
}

._dropdown [data-toggle="_dropdown"]:hover {
	background: #2c89c6;
}

._dropdown .icon-arrow {
	position: absolute;
	display: block;
	font-size: 0.7em;
	color: #fff;
	top: 14px;
	right: 10px;
}

._dropdown .icon-arrow.open {
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-moz-transition: -moz-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
}

._dropdown .icon-arrow.close {
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-moz-transition: -moz-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
}

._dropdown .icon-arrow:before {
	content: '\25BC';
}

._dropdown ._dropdown-menu {
	max-height: 0;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

._dropdown ._dropdown-menu li {
	padding: 0;
}

._dropdown ._dropdown-menu li a {
	display: block;
	color: #6e6e6e;
	background: #e6f3fa;
	-moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
	-webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
	box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
	padding: 10px 10px;
}

._dropdown ._dropdown-menu li a:hover {
	background: #d9eef8;
	color: #B30404;
}

._dropdown ._dropdown-menu li[class='active'] a, ._dropdown ._dropdown-menu li[class='active'] a:hover
	{
	background: #d9eef8;
	color: #B30404;
}

._dropdown .show, ._dropdown .hide {
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

._dropdown .show {
	display: block;
	max-height: 9999px;
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	animation: showAnimation 0.5s ease-in-out;
	-moz-animation: showAnimation 0.5s ease-in-out;
	-webkit-animation: showAnimation 0.5s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	-o-transition: max-height 1s ease-in-out;
	-webkit-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;
}

._dropdown .hide {
	max-height: 0;
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	animation: hideAnimation 0.4s ease-out;
	-moz-animation: hideAnimation 0.4s ease-out;
	-webkit-animation: hideAnimation 0.4s ease-out;
	-moz-transition: max-height 0.6s ease-out;
	-o-transition: max-height 0.6s ease-out;
	-webkit-transition: max-height 0.6s ease-out;
	transition: max-height 0.6s ease-out;
}

div#displayNum_1, div#displayNum_2, div#displayNum_3{
	position: relative;
	color: #FF9966;
	text-align: center;
}

/* 燃气报数 */
div#displayNum_1{
	left: 166px;
	top: -188px;
	width: 63px;
	height: 21px;
	line-height: 21px;
	font-weight: 600;
}

div#displayNum_2{
	left: 434px;
	top: -141px;
	width: 72px;
	height: 30px;
	line-height: 30px;
	font-weight: 800;
}

div#displayNum_3{
	left: 338px;
	top: -230px;
	width: 136px;
	height: 44px;
	line-height: 44px;
	font-size: 32px;
	font-weight: 700;
}


/* 客户中心 气表 */
div.gas_scroll span#gas_lbtn, div.gas_scroll span#gas_center, div.gas_scroll span#gas_rbtn{
	float:left;
	height: 96px;
	line-height:96px;
}
div.gas_scroll span#gas_center{
	width: 685px;
	border: 3px solid #CFCFCF;
	border-radius: 8px;
	overflow: hidden;
}

div.gas_scroll span#gas_center .gas_block{
	float:left;
}

div.gas_scroll span#gas_center .gas_block .gas_header{
	position: relative;
	top: -31px;
	width: 136px;
	height: 36px;
}
div.gas_scroll span#gas_center .gas_block .gas_header .gas_header_content{
	position: relative;
	top: -63px;
	width: 135px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #0099CC;
	font-weight: 600;
}

div.gas_scroll span#gas_center .gas_block .gas_body{
	position: relative;
	top: -1px;
	height: 56px;
	width: 136px;
	text-align: center;
	line-height: 56px;
	background: rgb(236,236,236);
	border-right: 1px solid rgb(179,179,179);
	border-left: 1px solid rgb(179,179,179);
	border-bottom: 1px solid rgb(179,179,179);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

div.gas_scroll span#gas_center .gas_block .gas_body .gas_content{
	position: relative;
	width: 80%;
	height: 40px;
	border: 4px solid #D2D2D2;
	margin: 0 auto;
	top: 7px;
	background: #FFF;
	line-height: 40px;
	color: #FF9966;
	font-weight: 600;
}

/**
 * 导航树
 */
.family-tree-horizontal ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.family-tree-horizontal li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.family-tree-horizontal li::before,
.family-tree-horizontal li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
}
.family-tree-horizontal li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}
.family-tree-horizontal li:only-child::after,
.family-tree-horizontal li:only-child::before {
    display: none;
}
.family-tree-horizontal li:only-child {
    padding-top: 0;
}
.family-tree-horizontal li:first-child::before,
.family-tree-horizontal li:last-child::after {
    border: 0 none;
}
.family-tree-horizontal li:last-child::before {
    border-right: 1px solid #ccc;
}
.family-tree-horizontal ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}
.family-tree-horizontal li a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.family-tree-horizontal li a:hover,
.family-tree-horizontal li a:hover + ul li a {
    background: rgb(4,176,204);
    color: #FFFFFF;
}
.family-tree-horizontal li a:hover + ul li::after,
.family-tree-horizontal li a:hover + ul li::before,
.family-tree-horizontal li a:hover + ul::before,
.family-tree-horizontal li a:hover + ul ul::before {
    border-color: #94a0b4;
}

.family-tree-horizontal-condensed li a{
	width:35px;
}

/* 弹出框样式 */
.masking {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(88, 88, 88, 0.5);
	z-index: 1050;
	padding: 20%;
}

.require {
    color: #ff0000;
}

/* 资讯左侧菜单样式 */
.fleft{ float:left; width:100%; border:none;}
.leftclass{ margin:0px; padding:0px;}
.leftclass h3{ font-size:24px; border-bottom:1px solid #e1e1e1; color:#00a1e9; height:45px;margin-top:11px;}
.leftclass ul{margin:0px; padding:0px;}
.leftclass ul li{border-bottom:1px solid #e1e1e1;height: 47px;}
.leftclass ul li.none{border-bottom:0px;}
.leftclass ul li a{ color:#333; background: url(../img/index_60.gif) no-repeat left center;padding-left: 10px;padding-bottom:1px}
.leftclass ul li a:hover, .leftclass ul li a.cur{color:#00a1e9;}
.leftclass ul li p{ border-top:1px solid #e1e1e1; padding:5px 0px 15px;}
.leftclass ul li p a{background: url(../img/index_58.gif) no-repeat; display:block; height:35px; color:#333; line-height:35px; padding-left:35px; font-size:18px;}
.leftclass ul li p a:hover{ color:#00a1e9;}
.leftclass ul li p a.cur{ color:#00a1e9;}

/* 支付页面样式 */
.pay-default, .pay-active{
	height: 57px;
	line-height: 56px;
}

.pay-default{
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	cursor: default;
}

.pay-default[disabled], .pay-active[disabled]{
	background: rgba(212, 212, 212, 0.2);
}

.pay-border-top{
	border-top: 3px solid #ddd;
}
.pay-border-bottom{
	border-bottom: 3px solid #ddd;
	border-top: 3px solid #fff;
}
.pay-active{
	border: 3px solid #FBCDB6 !important;
	background-color: #fff;
	background: #FFFFCC;
}

highlight{
	font-size:13.5px;
	color:#FC5400;
	font-weight: 800;
}


/* 资讯列表 */
.news{ padding-top:12px;}
.news dl{ margin:0px; padding:0px;}
.news dl dt{ float:left; width:250px; height:210px;}
.news dl dt img{ display:block;width:230px; height:150px; margin-top:20px;}
.news dl dd{ float:right; width:435px; padding-right:10px;}
.news dl dd h3{ overflow:hidden; line-height:28px; font-size:22px; padding-top:15px;}
.news dl dd h3 a{ color:#0fa7ea;}
.news dl dd h3 a:hover{ color:#0fa7ea;}
.news dl dd span{ color:#999999; font-size:13px; display:block; padding-top:20px;}
.news dl dd p{ color:#4c4c4c; font-size:13px; padding-top:15px; overflow:hidden;}
.news ul{margin-top:0px;}
.news ul li{ font-size:16px; padding:18px 0px 13px;}
/*.news ul li{border-bottom:1px solid #e6e6e6; font-size:16px; padding:18px 0px 13px;}*/
.news ul li span{ display:inline-block; color:#999;  padding:0px 40px 0px 10px; font-size:14px; }
.news ul li a{ display:inline-block; height:21px; font-size:16px; overflow:hidden; line-height:21px; padding-right:20px;color:#333}
.news ul li a:hover{text-decoration: none;	color: #428bca;}
.news ul li.cur{border-bottom:none;}

.big-table tr{
	height: 56px;
	font-size: 18px;
	color: #5E5E5E;
}

.big-table tr td:nth-child(2):hover{
	color:#428bca;
	cursor:Pointer;
}

.map-title{
	font-size: 14px;
	color: #4d4d4d;
	padding-left: 11px;
	font-weight: 700;
	width: 230px;
	white-space: nowrap;
	overflow: hidden;
}

.left-bar-header{
	/*font-family: frutigernext_medium,frutigernext, "Microsoft YaHei", Arial, Helvetica, sans-serif;*/
	font-size: 16px !important;
	font-weight: 600;
	margin-left: 24px;
	
}

.badge-orange-small{
	background-color: #e9662c !important;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 16px;
	text-align: center;
	padding: 0;
}

.input-group-sm>.input-group-btn>.btn{
	line-height:0.5;
}
.require{
	font-weight: normal;
	font-size: 16px;
	font-family: frutigernext_medium,frutigernext,  Arial, Helvetica, sans-serif;
}
.li-hover li:hover{
	background:#eee;
	cursor: pointer;
}

.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 3px solid #e5e5e5;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.note h1,
.note h2,
.note h3,
.note h4 {
    margin-top: 0;
}
.note p:last-child {
    margin-bottom: 0;
}
.note code,
.note .highlight {
    background-color: #fff;
}
.note-success {
    border-color: #5cb85c;
    background: #dff0d8;
}
.note-success .box-heading {
    color: #5cb85c;
}
.note-warning {
    border-color: #f0ad4e;
    background: #fcf8e3;
}
.note-warning .box-heading {
    color: #f0ad4e;
}
.note-info {
    border-color: #5bc0de;
    background: #d9edf7;
}
.note-info .box-heading {
    color: #5bc0de;
}
.note-danger {
    border-color: #d9534f;
    background: #f2dede;
}
.note-danger .box-heading {
    color: #d9534f;
}
.badge{
	font-weight: 500;
	height: 20px;
	line-height: 12px;
}
.badge-default,
.label-default {
    background-color: #999 !important;
}
.badge-primary,
.label-primary {
    background-color: #e74c3c !important;
}
.badge-red,
.label-red {
    background-color: #bf4346 !important;
}
.badge-orange,
.label-orange {
    background-color: #e9662c !important;
}
.badge-green,
.label-green {
    background-color: #488c6c !important;
}
.badge-yellow,
.label-yellow {
    background-color: #f2994b !important;
}
.badge-blue,
.label-blue {
    background-color: #0a819c !important;
}
.badge-violet,
.label-violet {
    background-color: #9351ad !important;
}
.badge-pink,
.label-pink {
    background-color: #bf3773 !important;
}
.badge-grey,
.label-grey {
    background-color: #4b5d67 !important;
}
.badge-dark,
.label-dark {
    background-color: #594857 !important;
}
.label-success,
.badge-success {
    background-color: #5cb85c;
    background-image: none !important;
}
.label-warning,
.badge-warning {
    background-color: #f0ad4e;
    background-image: none !important;
}
.label-danger,
.badge-danger {
    background-color: #d9534f;
    background-image: none !important;
}
.label-info,
.badge-info {
    background-color: #5bc0de;
    background-image: none !important;
}